We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73e4d0f commit f577526Copy full SHA for f577526
.github/workflows/publish.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
# Assume package name == repository name
4
-package="${GITHUB_REPOSITORY#*/}"$
+package="${GITHUB_REPOSITORY#*/}"
5
6
git config user.name "${GITHUB_ACTOR}"
7
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
.github/workflows/publish.yml
@@ -11,6 +11,8 @@ jobs:
11
runs-on: ubuntu-20.04
12
steps:
13
- uses: actions/checkout@v3
14
+ with:
15
+ fetch-depth: 0
16
17
- name: Install OTP and Elixir
18
uses: erlef/setup-beam@v1
0 commit comments