generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
54cc9f2
commit 1299255
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,8 +7,8 @@ In this guide, as an example, `v2.2.0` refers to the version number of the new r | |
Step 1: Create a new lightweight tag of the form `vMAJOR.MINOR.PATCH`. | ||
|
||
```bash | ||
git clone [email protected]:julia-actions/cache.git | ||
cd cache | ||
git clone [email protected]:julia-actions/setup-julia.git | ||
cd setup-julia | ||
git fetch --all --tags | ||
|
||
git checkout main | ||
|
@@ -51,6 +51,6 @@ git push origin tag v2 --force | |
|
||
## Part 2: Create the GitHub Release | ||
|
||
Go to the [Releases](https://github.com/julia-actions/cache/releases) section of this repo and create a new release (using the GitHub web interface). | ||
Go to the [Releases](https://github.com/julia-actions/setup-julia/releases) section of this repo and create a new release (using the GitHub web interface). | ||
|
||
For the "choose a tag" drop-down field, select the `v2.2.0` tag that you created and pushed in Part 1 of this guide. |