Skip to content

Commit

Permalink
Merge pull request #583 from arabcoders/dev
Browse files Browse the repository at this point in the history
Update auto release.
  • Loading branch information
arabcoders authored Jan 20, 2025
2 parents e45baee + 5f86569 commit 254c4e9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ jobs:
fetch-depth: 0 # so we can do full 'git log' and see all tags

- name: Fetch the most recent tag
needs: checkout_code
id: last_tag
run: |
# Make sure we have all tags from the remote
Expand All @@ -217,7 +216,6 @@ jobs:
echo "LAST_TAG=$LATEST_TAG" >> "$GITHUB_OUTPUT"
- name: Get commits since last tag
needs: last_tag
id: commits
run: |
# We'll compare the newest tag to HEAD to get a list of commits
Expand All @@ -236,7 +234,6 @@ jobs:
echo "EOF" >> "$GITHUB_ENV"
- name: Create GitHub Release using last tag
needs: [ last_tag, commits ]
uses: softprops/action-gh-release@master
with:
tag_name: ${{ steps.last_tag.outputs.LAST_TAG }}
Expand Down

0 comments on commit 254c4e9

Please sign in to comment.