Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Commit

Permalink
GH Actions: Try to fix publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
MetRonnie committed Jun 26, 2020
1 parent 9cd072a commit bdfd20f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@ jobs:
- name: Publish
env:
TOKEN: ${{ secrets.ATOM_TOKEN }}
ATOM_ACCESS_TOKEN: ${{ secrets.ATOM_TOKEN }}
run: |
apm login --token "$TOKEN"
apm publish --tag "$VERSION_TAG"
- name: Delete tag on failure
Expand Down

0 comments on commit bdfd20f

Please sign in to comment.