Skip to content

Commit

Permalink
Merge pull request #431 from navikt/Tc-117_Bytte_create-release_med_s…
Browse files Browse the repository at this point in the history
…oftprops

Tc-117 sett target_commitish til master, fjern dev release
  • Loading branch information
klaramargrethehelgemo authored Sep 6, 2022
2 parents 1d8f122 + 32ad5cc commit a0d32c1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,6 @@ jobs:
CLUSTER: dev-fss
RESOURCE: nais-dev.yaml
VAR: version=${{ env.IMAGE_TAG }}
- name: Create release
uses: softprops/action-gh-release@v1
with:
name: Release to dev
tag_name: release/dev@${{ env.IMAGE_TAG }}
prerelease: true

deploy-prod:
name: Deploy application to prod
Expand All @@ -100,5 +94,6 @@ jobs:
uses: softprops/action-gh-release@v1
with:
name: Release to prod
target_commitish: master
tag_name: release/prod@${{ env.IMAGE_TAG }}
prerelease: false

0 comments on commit a0d32c1

Please sign in to comment.