Skip to content

Commit

Permalink
ci: fix nightly workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
daxartio committed Dec 14, 2024
1 parent bcc5b64 commit eda04a4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,18 @@ on:
workflow_dispatch:

jobs:
lint:
nightly:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
repository-projects: write
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Tag branch
run: |
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "GitHub Action"
git tag -f -a nightly -m ""
git push -f origin nightly

0 comments on commit eda04a4

Please sign in to comment.