File tree 2 files changed +10
-11
lines changed
kafka-serde-zio-json/src/main/scala/io/github/azhur/kafka/serde
2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 1
1
name : Release
2
-
3
2
on :
4
3
push :
4
+ branches : [master, main]
5
5
tags : ["*"]
6
-
7
6
jobs :
8
7
publish :
9
- runs-on : ubuntu-latest
8
+ runs-on : ubuntu-20.04
10
9
steps :
11
- - uses : actions/checkout@v2
12
- - uses : olafurpg/setup-scala@v13
13
- - uses : olafurpg/setup-gpg@v3
14
- - name : Publish ${{ github.ref }}
15
- run : sbt ci-release
10
+ - uses : actions/checkout@v3
11
+ with :
12
+ fetch-depth : 0
13
+ - uses : olafurpg/setup-scala@v14
14
+ - run : sbt ci-release
16
15
env :
17
- PGP_SECRET : ${{ secrets.PGP_SECRET }}
18
16
PGP_PASSPHRASE : ${{ secrets.PGP_PASSPHRASE }}
19
- SONATYPE_USERNAME : ${{ secrets.SONATYPE_USERNAME }}
17
+ PGP_SECRET : ${{ secrets.PGP_SECRET }}
20
18
SONATYPE_PASSWORD : ${{ secrets.SONATYPE_PASSWORD }}
19
+ SONATYPE_USERNAME : ${{ secrets.SONATYPE_USERNAME }}
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2023 Artur Zhurat
2
+ * Copyright 2018 Artur Zhurat
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments