Skip to content

Commit

Permalink
chore: remove Before Deploy step
Browse files Browse the repository at this point in the history
  • Loading branch information
mastudillot committed Mar 18, 2024
1 parent b228b66 commit db4d735
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '16'
- name: Before Deploy
run: echo "TAG=${{ github.event.release.tag_name }}" >> $GITHUB_ENV
- name: Release
run: |
chmod +x package.sh
Expand Down

0 comments on commit db4d735

Please sign in to comment.