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: src/content/11/en/part11d.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -173,7 +173,7 @@ We will extend our workflow with one more step:
173
173
- name: Bump version and push tag
174
174
uses: anothrNick/github-tag-action@1.55.0
175
175
env:
176
-
GITHUB_TOKEN: ${{ secrets.GHUB_TOKEN }}
176
+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
177
177
```
178
178
179
179
Note: you should use the most recent version of the action, see [here](https://github.com/anothrNick/github-tag-action) if a more recent version is available.
0 commit comments