Skip to content

Commit c5a8dff

Browse files
authored
Update release action (#465)
1 parent 9aa33e8 commit c5a8dff

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

.github/workflows/release.yml

+9-10
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
name: Release
2-
32
on:
43
push:
4+
branches: [master, main]
55
tags: ["*"]
6-
76
jobs:
87
publish:
9-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-20.04
109
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
1615
env:
17-
PGP_SECRET: ${{ secrets.PGP_SECRET }}
1816
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
19-
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
17+
PGP_SECRET: ${{ secrets.PGP_SECRET }}
2018
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
19+
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}

kafka-serde-zio-json/src/main/scala/io/github/azhur/kafka/serde/ZioJsonSupport.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2023 Artur Zhurat
2+
* Copyright 2018 Artur Zhurat
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)