Skip to content

Commit

Permalink
chore: Fixed overlooked workflow change
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners-nr committed Mar 5, 2024
1 parent 14c6921 commit 48874db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 39 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
node ./agent-repo/bin/create-release-tag.js --branch ${{ github.ref }} --repo ${{ github.repository }} --workflows test.yml,prepare-release.yml
node ./agent-repo/bin/create-release-tag.js --branch ${{ github.ref }} --repo ${{ github.repository }} --workflows prepare-release.yml
- name: Get Created Tag
id: get_tag
run: echo "latest_tag=$(git describe --tags --abbrev=0)" >> ${GITHUB_OUTPUT}
Expand Down
38 changes: 0 additions & 38 deletions .github/workflows/release-workflow.yml

This file was deleted.

0 comments on commit 48874db

Please sign in to comment.