-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
This reverts commit 6835c80.
- Loading branch information
Showing
6 changed files
with
491 additions
and
532 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
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 |
---|---|---|
|
@@ -3,17 +3,17 @@ name: MoP Release Notes | |
on: | ||
push: | ||
branches: | ||
- master | ||
- master | ||
path-ignores: | ||
- docs/** | ||
- README.md | ||
- 'docs/**' | ||
- 'README.md' | ||
jobs: | ||
build: | ||
|
||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: release note | ||
uses: toolmantim/[email protected] | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
- name: release note | ||
uses: toolmantim/[email protected] | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
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 |
---|---|---|
@@ -1,35 +1,32 @@ | ||
name: mqttop Release | ||
|
||
on: | ||
release: null | ||
release: | ||
|
||
jobs: | ||
upload: | ||
name: Upload Release files | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v1 | ||
- name: Set up JDK 1.8 | ||
uses: actions/setup-java@v1 | ||
with: | ||
java-version: 1.8 | ||
- uses: actions/checkout@v1 | ||
- name: Set up JDK 1.8 | ||
uses: actions/setup-java@v1 | ||
with: | ||
java-version: 1.8 | ||
|
||
- name: build | ||
run: | | ||
version=`./scripts/dev/get-project-version.py` | ||
mvn clean install -DskipTests | ||
rm -rf pulsar-protocol-* | ||
cp mqtt-impl/target/pulsar-protocol-handler-mqtt-${version}.nar ./ | ||
cp README.md ./pulsar-protocol-handler-mqtt-readme.md | ||
echo "ls pulsar-protocol-*" | ||
ls pulsar-protocol-* | ||
- name: build | ||
run: | | ||
version=`./scripts/dev/get-project-version.py` | ||
mvn clean install -DskipTests | ||
rm -rf pulsar-protocol-* | ||
cp mqtt-impl/target/pulsar-protocol-handler-mqtt-${version}.nar ./ | ||
cp README.md ./pulsar-protocol-handler-mqtt-readme.md | ||
echo "ls pulsar-protocol-*" | ||
ls pulsar-protocol-* | ||
env: | ||
CLOUDSMITH_USERNAME: ${{ secrets.CLOUDSMITH_USERNAME }} | ||
CLOUDSMITH_API_KEY: ${{ secrets.CLOUDSMITH_API_KEY }} | ||
- name: publish | ||
uses: skx/[email protected] | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
with: | ||
args: pulsar-protocol-* | ||
- name: publish | ||
uses: skx/[email protected] | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
with: | ||
args: 'pulsar-protocol-*' |
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
Oops, something went wrong.