Skip to content

Commit e7304ab

Browse files
minor changes
1 parent 8c944f0 commit e7304ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
steps:
1414
- name: 🛎️ Checkout
1515
uses: actions/checkout@v3
16-
run: git checkout HEAD^
16+
with:
17+
ref: ${{ github.head_ref }}
1718
- name: 🐍 Set up Python ${{ matrix.python-version }}
1819
uses: actions/setup-python@v2
1920
with:

0 commit comments

Comments
 (0)