Skip to content

Commit

Permalink
Merge pull request #208 from raboof/publish-snapshots-from-main
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue authored Mar 8, 2022
2 parents e322489 + d1cd68f commit 4d796e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Release
name: Publish
on:
push:
branches:
- master
- main
tags: ["*"]

jobs:
Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

* Wait for the latest GHA build on them main branch to succeed
* Create a [new release](https://github.com/sbt/sbt-git/releases) with tag `v1.x.y`, title `1.x.y` and a helpful description.
* Wait for GHA to do the work, artifacts should show up at https://repo1.maven.org/maven2/com/typesafe/sbt/sbt-git_2.12_1.0/
* Wait for GHA to do the work, artifacts should show up at https://repo1.maven.org/maven2/com/github/sbt/sbt-git_2.12_1.0/

0 comments on commit 4d796e0

Please sign in to comment.