You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/main.yml
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,12 @@ jobs:
36
36
37
37
- name: Make Release
38
38
# if: (github.event_name == 'release')
39
-
run: alr publish --skip-build ${{github.server_url}}/${{github.repository}} ${{github.sha}} # TODO: remove --skip-build when resources crate is published
39
+
run: |
40
+
# Set user GitHub login required for `alr publish`
0 commit comments