Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cdiener committed Apr 24, 2023
1 parent 700de76 commit 32811cc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,11 @@ jobs:
with:
name: manifests
path: recipes/*/manifests/*.tsv
- name: Get release notes
- name: Read release notes
id: rns
run: echo "notes=$(cat release_notes/${{ github.ref_name }}.txt)" >> $GITHUB_OUTPUT
uses: andstor/file-reader-action@v1
with:
path: "release_notes/${{ github.ref_name }}.txt"
- name: Create Release
uses: ncipollo/release-action@v1
with:
Expand All @@ -55,5 +57,5 @@ jobs:
uses: rzr/fediverse-action@master
with:
access-token: ${{ secrets.MASTODON_ACCESS_TOKEN }}
message: "New MICOM database release!\n ${{ steps.rns.outputs.notes }}"
message: "New MICOM database release!\n ${{ steps.rns.outputs.contents }}"
host: "mstdn.science"

0 comments on commit 32811cc

Please sign in to comment.