Skip to content

Commit 8c944f0

Browse files
minor changes
1 parent dba20d9 commit 8c944f0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yml

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

0 commit comments

Comments
 (0)