Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MrFjellstad committed Jan 6, 2022
1 parent a0c21e4 commit 87c28c6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,12 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '16.x'
- uses: actions/download-artifact@v2
with:
name: sporenstreks-frontend-artifact
path: build
- run: |
git config --global user.email "helsearbeidsgiver@nav.no"
git config --global user.name "HelseArbeidsgiver"
npm version ${{ github.event.release.tag_name }}
git push origin HEAD:main
- uses: nais/deploy/actions/deploy@v1
env:
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
Expand Down

0 comments on commit 87c28c6

Please sign in to comment.