We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94e1a12 commit 920a9c0Copy full SHA for 920a9c0
1 file changed
.github/workflows/publish.yml
@@ -5,7 +5,6 @@ on:
5
6
permissions:
7
contents: write
8
- workflows: write
9
10
jobs:
11
@@ -24,9 +23,7 @@ jobs:
24
23
- run: echo "NPM_PACKAGE_VERSION_MAJOR=$(echo "${{ env.NPM_PACKAGE_VERSION }}" | cut -d. -f1)" | tee -a $GITHUB_ENV
25
- run: |
26
sed -i "s|\(uses:[[:space:]]*forproxyband/vector-code-map@\)v[0-9.]*|\1${{ env.NPM_PACKAGE_VERSION }}|g" README.md
27
- - run: |
28
- sed -i "s|\(uses:[[:space:]]*forproxyband/vector-code-map@\)v[0-9.]*|\1${{ env.NPM_PACKAGE_VERSION }}|g" .github/workflows/update-vector-map.yml
29
- - run: git add package.json package-lock.json README.md .github/workflows/update-vector-map.yml
+ - run: git add package.json package-lock.json README.md
30
31
git commit -m "Set version ${{ env.NPM_PACKAGE_VERSION }} by ${GITHUB_ACTOR}"
32
git push -u origin main
0 commit comments