Skip to content

Commit

Permalink
0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
gambit07 committed Jan 27, 2024
1 parent 3f87548 commit 6872658
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,6 @@ jobs:
id: get-version
run: echo "version=$(node ./.github/workflows/get-version.js)" >> $GITHUB_OUTPUT

- name: Set Output for Release Notes
id: input-release-notes
run: echo "::set-output name=RELEASE_NOTES::${RELEASE_NOTES}"


- name: Input Release Notes
run: |
echo "These are release notes for version x"
read RELEASE_NOTES
env:
RELEASE_NOTES: ${{ steps.input-release-notes.outputs.RELEASE_NOTES }}

- name: Create Release
id: create-release
uses: ncipollo/release-action@v1
Expand All @@ -51,7 +39,6 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
artifacts: './module.zip, ./module.json'
tag: ${{ steps.get-version.outputs.version }}
bodyFile: ${{ steps.input-release-notes.outputs.RELEASE_NOTES }}

- name: Foundry Release
id: foundry-release
Expand Down

0 comments on commit 6872658

Please sign in to comment.