Skip to content

Commit

Permalink
Replace deprecated command with environment file (#1421)
Browse files Browse the repository at this point in the history
* Replace deprecated command with environment file

Signed-off-by: Jongwoo Han <[email protected]>

* Apply suggestions from code review

---------

Signed-off-by: Jongwoo Han <[email protected]>
Co-authored-by: Andrew Starr-Bochicchio <[email protected]>
  • Loading branch information
jongwooo and andrewsomething authored Oct 3, 2023
1 parent 68b97c8 commit 83f9954
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
id: build
run: |
make _build_snap && \
find doctl_v*.snap -print -exec echo ::set-output name=snap::{} \;
find doctl_v*.snap -exec echo "snap={}" >> "$GITHUB_OUTPUT" \;
- uses: snapcore/action-publish@master
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapcraft-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
id: build
run: |
make _build_snap && \
find doctl_v*.snap -print -exec echo ::set-output name=snap::{} \;
find doctl_v*.snap -exec echo "snap={}" >> "$GITHUB_OUTPUT" \;
- uses: snapcore/action-publish@master
env:
Expand Down

0 comments on commit 83f9954

Please sign in to comment.