Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
Dropper til v1 av create-release
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnus Evensberget committed Apr 29, 2021
1 parent 1c8f63c commit e12444f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
docker push ${IMAGE}:${IMAGE_TAG}
deploy-dev:
name: Create dev release
name: Deploy Dev
needs: [test-build-push]
runs-on: ubuntu-latest
steps:
Expand All @@ -49,12 +49,12 @@ jobs:
VAR: version=${{ env.IMAGE_TAG }}, namespace=q1

release-dev:
name: Create dev release
name: Release Dev
needs: [deploy-dev]
runs-on: ubuntu-latest
steps:
- name: Create release
uses: actions/create-release@v2
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit e12444f

Please sign in to comment.