Skip to content

Commit

Permalink
ci: revert back to using v1 tag in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ga-paul-t committed Jun 25, 2021
1 parent 6eebf97 commit 41328c0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ jobs:
run: npm run package
- name: Tag
if: github.ref == 'refs/heads/main'
uses: gembaadvantage/uplift-action@v1.1.0
with:
dry-run: false
verbose: false
uses: gembaadvantage/uplift-action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 41328c0

Please sign in to comment.