Skip to content

Commit ad097a7

Browse files
authored
Merge pull request #65 from sourceplusplus/snapshots
fix package names
2 parents c27f81f + 005f174 commit ad097a7

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ jobs:
6868
keep: 0
6969
version-pattern: "^\\d+\\.\\d+\\.\\d+-SNAPSHOT$"
7070
names: |
71-
spp.protocol.protocol
72-
spp.protocol.protocol-jvm
73-
spp.protocol.protocol-js
71+
plus.sourceplus.protocol
72+
plus.sourceplus.protocol-jvm
73+
plus.sourceplus.protocol-js
7474
7575
- name: Publish New Snapshot Packages
7676
if: github.ref == 'refs/heads/master'

jitpack.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)