Skip to content

Commit

Permalink
Merge pull request #315 from slaclab/ruck314-patch-1
Browse files Browse the repository at this point in the history
Release Candidate 4.12.1
  • Loading branch information
ruck314 authored May 2, 2024
2 parents 091fe00 + eb68898 commit 11810e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gen_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,18 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
steps:

- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: 3.8

- name: Get Image Information
id: get_image_info
run: |
echo ::set-output name=tag::`git describe --tags`
echo tag=`git describe --tags` >> ${GITHUB_OUTPUT}
- name: Get Ruckus
run: |
Expand Down

0 comments on commit 11810e6

Please sign in to comment.