We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1186318 commit 73b8478Copy full SHA for 73b8478
.github/workflows/build.yml
@@ -34,17 +34,6 @@ jobs:
34
refreshenv
35
$NEW_VERSION = deno run --allow-read --allow-write .github/workflows/VersionTools.ts
36
echo "NEW_VERSION=$NEW_VERSION" >> $env:GITHUB_ENV
37
-
38
- - name: Push bumped version
39
- shell: powershell
40
- env:
41
- GITHUB_TOKEN: ${{ secrets.SECRET_PAT }}
42
- run: |
43
- git config user.name "github-actions[bot]"
44
- git config user.email "github-actions[bot]@users.noreply.github.com"
45
- git add mod.json
46
- git commit -m "Bump version to $env:NEW_VERSION"
47
- git push
48
49
- name: Package Resources
50
shell: powershell
0 commit comments