Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelbaker-cisa authored Feb 23, 2024
1 parent 8692d74 commit aee1cfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:

- name: Build Changelog
id: release
uses: mikepenz/release-changelog-builder-action@{latest-release}
uses: mikepenz/release-changelog-builder-action@v4.1.1
with:
#fromTag: ${{ github.head_ref }}
toTag: ${{ github.head_ref }} # ${{ github.ref }}
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Create Draft Release
uses: softprops/action-gh-release@{latest-release}
uses: softprops/action-gh-release@v0.1.15
with:
name: "LME v${{ env.version }}"
tag_name: "v${{ env.version }}"
Expand Down

0 comments on commit aee1cfd

Please sign in to comment.