Skip to content

Commit

Permalink
Remove uses: actions/github-script@v5
Browse files Browse the repository at this point in the history
  • Loading branch information
adisidev committed Oct 29, 2024
1 parent d8f0675 commit 623487f
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,11 @@ jobs:
name: cartogram

- name: Push tag
uses: actions/github-script@v5
with:
script: |
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git tag ${{ needs.set-outputs.outputs.short_sha }}
git push origin ${{ needs.set-outputs.outputs.short_sha }}
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git tag ${{ needs.set-outputs.outputs.short_sha }}
git push origin ${{ needs.set-outputs.outputs.short_sha }}
- name: Release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 623487f

Please sign in to comment.