Skip to content

Commit 73b8478

Browse files
authored
Update build.yml
1 parent 1186318 commit 73b8478

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,6 @@ jobs:
3434
refreshenv
3535
$NEW_VERSION = deno run --allow-read --allow-write .github/workflows/VersionTools.ts
3636
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
4837
4938
- name: Package Resources
5039
shell: powershell

0 commit comments

Comments
 (0)