Skip to content

Commit

Permalink
Update check-for-releases.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joshcazalas authored Oct 7, 2023
1 parent 4e31d13 commit ea50b43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-for-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
run: npm install

- name: Check for Release
id: get-release
uses: pozetroninc/github-action-get-latest-release@master
with:
owner: Snowflake-Labs
Expand All @@ -28,4 +29,4 @@ jobs:

- name: Print Release Info
run: |
echo "Release Name: ${{ steps.check-release.outputs.release }}"
echo "Release Name: ${{ steps.get-release.outputs.release }}"

0 comments on commit ea50b43

Please sign in to comment.