We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73db202 commit 739126aCopy full SHA for 739126a
1 file changed
action.yml
@@ -7,10 +7,6 @@ description: Retrieve the latest release tag, run the Bash script to bump versio
7
runs:
8
using: "composite"
9
steps:
10
- - name: Show that the correct action from the correct SHA is used
11
- shell: bash
12
- run: echo "This works"
13
-
14
- name: Get Latest Release Tag
15
id: fetch_tag
16
uses: pozetroninc/github-action-get-latest-release@master
0 commit comments