Skip to content

Commit

Permalink
Fjerne release steg fra workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
holymaloney committed Feb 1, 2024
1 parent 918a6c2 commit 26ced2e
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,17 +68,3 @@ jobs:
CLUSTER: prod-gcp
RESOURCE: nais.yaml
VAR: image=${{ needs.test-build-and-push.outputs.image }}

release-prod:
name: Create prod release
needs: deploy-prod
runs-on: ubuntu-latest
steps:
- name: Create release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: release/prod@${{ env.IMAGE_TAG }}
release_name: Release to prod
prerelease: false

0 comments on commit 26ced2e

Please sign in to comment.