Skip to content

Commit

Permalink
Update experimental release dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
naoei authored Oct 11, 2024
1 parent 1aa4d50 commit 7e4c804
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/experimental-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ on:

jobs:
build:
name: Build and Create Release
name: Build and Create Experimental Release
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Fetch all tags
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
Expand Down

0 comments on commit 7e4c804

Please sign in to comment.