Skip to content

Commit

Permalink
Opprettt konfig for bidrag-vedtak syntetisk
Browse files Browse the repository at this point in the history
  • Loading branch information
ugur93 committed Aug 16, 2023
1 parent 207b8cd commit 5f52ae7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,15 +130,15 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: write
needs: deploy
needs: build
steps:
- uses: actions/checkout@v3
- name: Push latest image as tag
id: tag_version
uses: mathieudutour/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
custom_tag: ${{ needs.deploy.outputs.version }}
custom_tag: ${{ needs.build.outputs.version }}
- name: Create a GitHub release
uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit 5f52ae7

Please sign in to comment.