diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9ea80ce2..1253c97f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 }} @@ -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 }}"