Skip to content

Commit

Permalink
change release tag workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Emily Rodriguez committed Feb 17, 2022
1 parent f4c5111 commit e08165f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-release-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
uses: actions/checkout@v2
with:
ref: ${{ github.event.release.tag_name }}
- name: Install deps and build
run: npm ci && npm run build
- name: Install deps
run: npm ci
- uses: JasonEtco/build-and-tag-action@v1
env:
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit e08165f

Please sign in to comment.