Skip to content

Commit

Permalink
Fix up deployment action
Browse files Browse the repository at this point in the history
  • Loading branch information
jakejackson1 committed Feb 20, 2024
1 parent 5730ab8 commit cf0b2b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Get tag
id: tag
uses: dawidd6/action-get-tag@v1
uses: devops-actions/action-get-tag@v1

- name: Setup Node JS
uses: actions/setup-node@v4
Expand All @@ -44,7 +44,7 @@ jobs:
run: bash ./bin/build.sh $SOURCE_TAG
env:
SOURCE_TAG: ${{steps.tag.outputs.tag}}
GH_CREDENTIALS: ${{ secrets.GH_CREDENTIALS }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Deploy
run: bash ./bin/deploy.sh
Expand Down

0 comments on commit cf0b2b4

Please sign in to comment.