Skip to content

Commit

Permalink
Fixing prerelease script (#467)
Browse files Browse the repository at this point in the history
Co-authored-by: Ole Martin Handeland <[email protected]>
  • Loading branch information
olemartinorg and Ole Martin Handeland authored Sep 13, 2022
1 parent e245b47 commit b2baca7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ jobs:
if: "github.event.release.prerelease"
run: |
echo altinn-app-frontend version: ${{ steps.prepare.outputs.APP_FULL }}
cd ..
echo Copy Patch
test -e toolkits/altinn-app-frontend/${{ steps.prepare.outputs.APP_FULL }} && git rm -r toolkits/altinn-app-frontend/${{ steps.prepare.outputs.APP_FULL }}
mkdir -p toolkits/altinn-app-frontend/${{ steps.prepare.outputs.APP_FULL }}
Expand Down

0 comments on commit b2baca7

Please sign in to comment.