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 46d6f39 commit 207b8cd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,19 +130,20 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: write
needs: deploy-syntetisk
needs: deploy
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 }}
- name: Create a GitHub release
uses: ncipollo/release-action@v1
with:
tag: ${{ needs.deploy-syntetisk.outputs.version }}
name: Release test ${{ needs.deploy-syntetisk.outputs.version }}
tag: ${{ steps.tag_version.outputs.new_tag }}
name: Release ${{ steps.tag_version.outputs.new_tag }}
body: ${{ steps.tag_version.outputs.changelog }}

run_cucumber_tests-main:
Expand Down

0 comments on commit 207b8cd

Please sign in to comment.