Skip to content

Commit

Permalink
Merge pull request #260 from geniusyield/fix-release-ci-workflow
Browse files Browse the repository at this point in the history
Update release.yml
  • Loading branch information
4TT1L4 authored Dec 18, 2023
2 parents 086ea1b + 37c28e0 commit 55cc8cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ permissions:
jobs:
build:
uses: ./.github/workflows/haskell.yml
secrets: inherit
release:
runs-on: ubuntu-22.04
needs: build
Expand Down Expand Up @@ -52,4 +53,4 @@ jobs:
"./artifacts/${{ env.ATLAS_VERSION }}.tar.gz#Source distribution file (tar.gz)" \
"./artifacts/${HADDOCK_FILE}#Haddock (tar)"
echo "::notice::Succesfully created release draft ${SEMANTIC_VERSION} from ${GIT_REVISION}. (Uploaded: ${{ env.ATLAS_VERSION }}.tar.gz)"

0 comments on commit 55cc8cc

Please sign in to comment.