Skip to content

Commit 2b0284e

Browse files
authored
Update push.yml
1 parent 1a747fa commit 2b0284e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/push.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,16 @@ jobs:
88
name: Build Arduino Libs
99
runs-on: ubuntu-22.04
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1212
- name: Install dependencies
1313
run: bash ./tools/prepare-ci.sh
14+
- name: Get current branch
15+
run: |
16+
echo "GIT_BRANCH=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_ENV
1417
- name: Build Arduino Libs
1518
run: bash ./build.sh
1619
- name: Release
17-
uses: jason2866/action-gh-release@v1.2
20+
uses: jason2866/action-gh-release@v1.3
1821
with:
1922
tag_name: ${{ github.run_number }}
2023
body_path: release-info.txt

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy