We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed0e1f4 commit fc6fe9cCopy full SHA for fc6fe9c
.github/workflows/publish.yml
@@ -24,6 +24,7 @@ jobs:
24
sed -i "s|\(uses:[[:space:]]*forproxyband/vector-code-map@\)v[0-9.]*|\1${{ env.NPM_PACKAGE_VERSION }}|g" README.md
25
- run: |
26
sed -i "s|\(uses:[[:space:]]*forproxyband/vector-code-map@\)v[0-9.]*|\1${{ env.NPM_PACKAGE_VERSION }}|g" .github/workflows/update-vector-map.yml
27
+ - run: git diff
28
- run: git add package.json package-lock.json README.md .github/workflows/update-vector-map.yml
29
30
git commit -m "Set version ${{ env.NPM_PACKAGE_VERSION }} by ${GITHUB_ACTOR}"
0 commit comments