Skip to content

Commit

Permalink
Fix deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante authored Mar 29, 2020
1 parent a563c2c commit d725b34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
- uses: actions/checkout@v2
- run: npm install
- run: npm test
- name: Version and tag
- name: Update extension’s meta
run: |
export VER=$(echo "$GITHUB_REF" | sed -e 's/refs\/heads\///')
export VER=$(echo "$GITHUB_REF" | sed -e 's/refs\/tags\///')
echo https://github.com/$GITHUB_REPOSITORY/tree/$VER > distribution/SOURCE_URL
npm run version
- uses: actions/upload-artifact@v1
Expand Down

0 comments on commit d725b34

Please sign in to comment.